Skip to content

Conversation

@strtgbb
Copy link
Collaborator

@strtgbb strtgbb commented Jan 13, 2026

Changelog category (leave one):

  • Documentation (changelog entry is not required)
  • CI Fix or Improvement (changelog entry is not required)

TODO

  • Copy workflows and other .github files
    • .github/workflows/README.md was excluded due to being outdated
  • Copy top level .md files
  • New SECURITY.md and CONTRIBUTING.md
  • Review scheduled runs

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

@strtgbb strtgbb added antalya cicd Improvements and fixes to the CICD process antalya-25.8 labels Jan 13, 2026
@strtgbb strtgbb requested review from MyroTk and vzakaznikov January 13, 2026 23:19
@github-actions
Copy link

github-actions bot commented Jan 13, 2026

Workflow [PR], commit [0126090]

@strtgbb strtgbb force-pushed the move_workflows_and_docs branch from 6646a8a to 828e7e7 Compare January 14, 2026 13:48
repo-sanity-check:
needs: sign-and-publish
uses: Altinity/ClickHouse/.github/workflows/repo-sanity-checks.yml@antalya
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ref should match whatever our main branch is. I'm not sure if there is a way to automate this, there is probably some github var that shows current branch, but the ref can't be left empty.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ref is only needed if sign_and_release.yml is run from a non-main branch. Do we expect that to occur?

repository: Altinity/ClickHouse
ref: antalya
path: ClickHouse

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't let me add a comment to this line specifically, but the ref in the checkout can be removed.

      - name: Checkout repository
        uses: actions/checkout@v4
        with:
          repository: Altinity/ClickHouse
          ref: antalya
          path: ClickHouse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya antalya-25.8 cicd Improvements and fixes to the CICD process

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants